projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
813ba2c
)
Don't cc-bytecomp-defun char-table-p.
author
Kenichi Handa
<handa@m17n.org>
Thu, 14 Nov 2002 07:06:04 +0000
(07:06 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Thu, 14 Nov 2002 07:06:04 +0000
(07:06 +0000)
lisp/progmodes/cc-vars.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-vars.el
b/lisp/progmodes/cc-vars.el
index 4a17f442b6248621b75b4d8af06fbb3fcfa2d8cb..38bfe80760d31b92bcdd15b0b62bc9be419327af 100644
(file)
--- a/
lisp/progmodes/cc-vars.el
+++ b/
lisp/progmodes/cc-vars.el
@@
-46,7
+46,7
@@
;; Silence the compiler.
(cc-bytecomp-defun get-char-table) ; XEmacs 20+
(cc-bytecomp-defun char-table-range) ; Emacs 19+
-
(cc-bytecomp-defun char-table-p)
; Emacs 19+, XEmacs 20+
+
;; (cc-bytecomp-defun char-table-p)
; Emacs 19+, XEmacs 20+
;; Pull in custom if it exists and is recent enough (the one in Emacs
;; 19.34 isn't).